home *** CD-ROM | disk | FTP | other *** search
- Path: pegasus.odyssee.net!news
- From: imaze@odyssee.net (Marc Mazerolle)
- Newsgroups: comp.lang.c++
- Subject: Re: Protected functions
- Date: Thu, 28 Mar 1996 02:31:43 GMT
- Organization: Odyssee Internet
- Message-ID: <4jctji$poh@pegasus.odyssee.net>
- References: <3155636F.3461@clubi.ie>
- Reply-To: imaze@odyssee.net
- NNTP-Posting-Host: pool23_9.odyssee.net
- X-Newsreader: Forte Free Agent v0.55
-
- BRUCE <jbruce@clubi.ie> wrote:
-
- >Can any one tell me what a protected function of a class is ?
-
- >Apreciate any responses - jbruce@clubi.ie
-
- It's almost the same as private except that classes inheriting from it
- CAN use the function.
-
-